
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .bvHvdU {
      color:var(--White, #ffffff);
      width:100vw;
      height:100vh;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      overflow-y:scroll;
      align-items:center;
      font-family:Red Hat Display;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Dark-Navy, #00121e);
      background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/fractradeapp:GridBackground(Blue)(5).svg/public");
    }

    @media (max-width: 500px) {

    .bvHvdU {
      background:var(--Dark-Navy);
    }
    }

    .cxQWoc {
      color:var(--Sky);
      row-gap:8px;
      font-size:var(--font-size-xl);
      column-gap:8px;
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .EMAME {
      color:var(--Sky, #00a7e1);
    }

    .zmVDW {
      color:var(--grey-300);
      font-size:var(--font-size-sm);
      text-align:center;
      font-weight:var(--font-weight-normal);
    }

    .ezUERJ {
      width:100%;
      height:fit-content;
      align-items:start;
      justify-content:start;
    }

    .ezUERJ.icon_only {
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:8px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eXXmSZ {
      color:inherit;
      box-sizing:border-box;
    }

    .bZWCAL {
      box-sizing:border-box;
    }

    .dropdown-select-fractrade\:3U2VBLqIIFk1mh_3rm7cB {
      color:var(--Sky);
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      background: var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:3U2VBLqIIFk1mh_3rm7cB:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .dropdown-select-fractrade\:3bB2E1t4c_CJFZ9po1KzC {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dQIu {
      flex:1;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bQAygV {
      flex:1;
      height:40px;
      padding-left:0px;
      padding-right:0px;
    }

    .bmCtnZ {
      flex:1;
      flex-wrap:wrap;
      font-weight:var(--font-weight-bold);
      padding-left:8px;
      padding-right:8px;
    }

    .bmCtnZ.small_label {
      font-size:var(--font-size-sm);
    }

    .beNwyW {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
      padding-left:28px;
      padding-right:28px;
    }

    .beNwyW.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .beNwyW.blue_text {
      color:var(--grey-300);
    }

    .cIwRIj {
      color:var(--Place-Holder);
      cursor:pointer;
      display:flex;
      background:#08365b80;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cIwRIj:hover {
      color:var(--White);
      background:var(--Sky);
    }

    .dropdown-select-fractrade\:HDb2Uzr47r_NgNzyPxTPp {
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .eGBvOV {
      color:var(--Place-Holder);
      font-size:var(--font-size-base);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-left:4px;
      padding-right:4px;
    }

    .cTGNPS {
      display:flex;
      row-gap:4px;
      font-size:var(--font-size-base);
      column-gap:4px;
      overflow-x:scroll;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
      padding-top:2px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:1.5px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dropdown-select-fractrade\:Lu8mLNstA_Wgz1xGU0Dvm {
      width:20px;
      cursor:pointer;
      height:20px;
      z-index:25;
      position:relative;
      background: var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:Lu8mLNstA_Wgz1xGU0Dvm:hover {
      color:var(--White);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .bNgHGS {
      flex:1;
      color:var(--Sky, #00a7e1);
      display:inline-block;
      flex-wrap:wrap;
      font-size:var(--font-size-sm);
      max-width:100%;
      overflow-y:auto;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-normal);
    }

    .bjgckf {
      color:var(--Sky, #00a7e1);
      transition:all 300ms ease 0ms ;
    }

    .bjgckf.open {
      color:var(--White, #ffffff);
      rotate:z -90deg;
    }

    .cgTRbr {
      gap:8px;
      flex:1  ;
      flex-wrap:wrap;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .dropdown-select-fractrade\:S3UzUwJseyOJIAEGiKZAs {
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
    }

    .bpfRsK {
      right:0px;
      height:100%;
      display:flex;
      row-gap:2px;
      position:absolute;
      background:linear-gradient(to right, #00121e00 0%, var(--Dark-Navy) 20%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:2px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:flex-end;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ffFcFi {
      gap:8px;
      flex:1;
      color:var(--Sky, #00a7e1);
      width:100%;
      font-size:var(--font-size-sm);
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
      scrollbar-width:none;
    }

    .ffFcFi::-webkit-scrollbar {
    width: 0;
    }

    .cnUGAl {
      gap:24px;
      color:var(--White, #ffffff);
      width:100%;
      cursor:pointer;
      min-height:36px;
      overflow-x:clip;
      transition:all 300ms ease 0ms ;
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:4px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .cnUGAl:hover {
      color:var(--White, #ffffff);
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.opporuntity {
      border-color:var(--green-400);
      border-style:dashed;
      border-width:2px;
    }

    .cnUGAl.sign-up {
      border-color:var(--green-400);
      border-style:dashed;
      border-width:2px;
    }

    .cnUGAl.available {
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.under-contract {
      border-color:var(--Yellow);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.sold {
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.terminated {
      border-color:var(--grey-300);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.closed-lost {
      border-color:var(--grey-300);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.hypothetical {
      border-color:var(--pink-400);
      border-style:solid;
      border-width:2px;
    }

    .cnUGAl.external {
      border-color:var(--pink-300);
      border-style:solid;
      border-width:2px;
    }

    .dkWxyH {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:center;
    }

    .fHdpSo {
      display:flex;
      max-width:100%;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .bhxoxa {
      gap:0px;
      flex:1;
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:start;
    }

    .bhxoxa.blue_text {
      color:var(--Sky, #00a7e1);
    }

    .dOxIpy {
      display:flex;
      align-items:center;
      padding-top:4px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .dropdown-select-fractrade\:iOdjJOCmn7wHtHMdTCZwD {
      color:var(--Sky);
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      background: var(--Dark-Navy);
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dropdown-select-fractrade\:iOdjJOCmn7wHtHMdTCZwD:hover {
      color:var(--White);
    }

    .GEvGm {
      top:40px;
      flex:1;
      width:100%;
      opacity:0;
      row-gap:0px;
      position:absolute;
      column-gap:0px;
      max-height:0px;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 300ms ease 0ms ;
      padding-top:0px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      border-radius:6px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .GEvGm.open {
      opacity:1;
      box-shadow:0px 10px 22px 5px var(--Dark-Navy, #00121e);
      max-height:325px;
      overflow-y:clip;
      padding-top:4px;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .dZowLz {
      width:18px;
      height:18px;
      display:flex;
      position:relative;
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
    }

    .bRgOVz {
      font-size:var(--font-size-base);
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-normal);
    }

    .pVGTY {
      width:100%;
      row-gap:4px;
      flex-grow:1;
      column-gap:4px;
      overflow-y:scroll;
      flex-shrink:1;
    }

    .UvMgm {
      width:20px;
      height:20px;
      align-items:center;
      justify-content:center;
    }

    .qQFD {
      color:var(--White, #ffffff);
      height:20px;
      font-size:var(--font-size-base);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-left:0px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
    }

    .fdmfEJ {
      width:40px;
    }

    .dmAcBl {
      display:flex;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .fxmmwz {
      display:flex;
      row-gap:4px;
      position:absolute;
      flex-grow:1;
      flex-wrap:nowrap;
      column-gap:4px;
      flex-basis:100%;
      overflow-x:scroll;
      flex-shrink:1;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      margin-right:48px;
      padding-left:0px;
      padding-right:200px;
      flex-direction:row;
      scrollbar-color:transparent;
      scrollbar-width:none;
    }

    .fxmmwz::-webkit-scrollbar {
    width: 0;
    }

    .boqWgV {
      top:14px;
      right:8px;
      position:absolute;
    }

    .doyagK {
      width:18px;
      height:18px;
      display:flex;
      position:relative;
      align-items:center;
      justify-content:center;
    }

    .egoeDr {
      flex:1;
      color:var(--grey-50, #FAFAFA);
      cursor:pointer;
      height:40px;
      display:flex;
      font-size:var(--font-size-sm);
      overflow-x:hidden;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:36px;
      flex-direction:row;
      justify-content:flex-start;
      scrollbar-color:transparent;
      scrollbar-width:thin;
      background-color:var(--Dark-Navy, #00121e);
    }

    .egoeDr::-webkit-scrollbar {
    width: 4px;
    }

    .egoeDr.open {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .egoeDr.multi {
      flex:1;
      width:100%;
      padding-left:4px;
      padding-right:4px;
    }

    .fGuNtV {
      top:0px;
      left:0px;
      color:var(--White);
      height:36px;
      z-index:10;
      position:relative;
      flex-grow:1;
      font-size:var(--font-size-sm);
      background: var(--Dark-Navy);
      font-family:Red Hat Display;
      font-weight:bolder;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
    }

    .fGuNtV::placeholder {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
    }

    .fGuNtV:focus-visible {
      animation:2s ease 0ms infinite normal none running animation-ekysmE;
      border-bottom-color:var(--Sky);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    @keyframes animation-ekysmE {
        0% {
          border-bottom-color: rgb(0, 167, 225);
        }

        50% {
          border-bottom-color: #00a7e100;
        }

        100% {
          border-bottom-color: #00a7e1;
        }
    }

    .Build-Profile\:-w-ghGt0CBFzsfHF1VeUY {
      z-index:6;
    }

    .QGkKy {
      background:var(--Dark-Navy);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .deGIwM {
      width:400px;
      row-gap:24px;
      background:var(--Dark-Navy);
      column-gap:24px;
      align-items:center;
      padding-top:48px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:center;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 500px) {

    .deGIwM {
      width:100%;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }
    }

    .cQsaeD {
      color:var(--White);
      cursor:pointer;
      display:flex;
      row-gap:12px;
      font-size:var(--font-size-lg);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-top:12px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cQsaeD.orange {
      background:linear-gradient(to bottom right, var(--Orange) 0%, var(--Light-Red) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.purple {
      background:linear-gradient(to right, var(--Light-Purple) 0%, var(--purple-500) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Purple);
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.orange:hover {
      box-shadow:0px 0px 100px 0px var(--Orange);
    }

    .cQsaeD.purple:hover {
      box-shadow:0px 0px 100px 0px var(--Light-Purple);
    }

    .cQsaeD:hover {
      box-shadow:0px 0px 100px 0px var(--Sky);
    }

    .cQsaeD.white {
      color:var(--Dark-Navy);
      background:linear-gradient(var(--grey-50) 0%, var(--grey-300) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .cQsaeD.white:hover {
      box-shadow:0px 0px 100px 0px var(--White);
    }

    .cQsaeD.coming_soon {
      background:linear-gradient(#00a7e133 0%, #0079dd33 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 0px 0px #00000000;
      border-color:#00a7e180;
      border-style:solid;
      border-width:2px;
    }

    .cQsaeD.small {
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
    }

    .cQsaeD.flashing {
      animation:2s ease 0ms infinite normal none running animation-fddWFY;
      box-shadow:0px 0px 20px 0px var(--Sky);
    }

    .cQsaeD.smallest {
      padding-top:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:2px;
    }

    .cQsaeD.green {
      background:linear-gradient(to bottom right, var(--Green) 0%, var(--green-500) 58%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
    }

    @keyframes animation-fddWFY {
        0% {
          box-shadow: 0px 0px 0px 0px var(--Sky);
        }

        50% {
          box-shadow: 0px 0px 30px 5px rgb(0, 167, 225);
        }

        100% {
          box-shadow: 0px 0px 0px 0px rgb(0, 167, 225);
        }
    }

    .fndtvR {
      font-size:var(--font-size-xxs);
      font-weight:var(--font-weight-bold);
    }

    .fDwptF {
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .fDwptF.small {
      font-size:var(--font-size-sm);
    }

    .ckKdkH {
      width:24px;
      height:24px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ckKdkH.blur {
      filter:blur(5px);
    }

    .button-full-length-fractrade\:_-UdHdwExFktucJavFb7w {
      width:20px;
      height:20px;
    }

    .eirsLe {
      height:30px;
      align-items:center;
      justify-content:center;
    }

    .eirsLe.smallest {
      height:18px;
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
    }

    .efSQds {
      color:var(--Sky);
      height:30px;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .eSRCRI {
      color:var(--White, #ffffff);
      width:fit-content;
      cursor:pointer;
      height:40px;
      row-gap:0px;
      position:relative;
      font-size:var(--font-size-sm);
      background:linear-gradient(to top left,  #00a7e1, #0079dd);
      box-shadow:0px 2px 20px  #00000080;
      column-gap:0px;
      overflow-x:visible;
      overflow-y:visible;
      transition:all 300ms ease 0ms normal;
      align-items:center;
      font-family:Red Hat Display;
      font-weight:var(--font-weight-bold);
      padding-top:8px;
      padding-left:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eSRCRI:hover {
      background:linear-gradient(to bottom right,  #00a7e1, #0079dd);
      box-shadow:0px 0px 20px 10px #4addff4f;
    }

    .eSRCRI.red {
      background:linear-gradient(to top, var(--Light-Red) 0%, var(--red-600) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.red:hover {
      background:linear-gradient(to bottom, var(--red-600) 0%, #ff3f5a 100%);
      box-shadow:-1px 5px 43.81818156202964px 0.9090908893868948px var(--Light-Red,#ff3f5a);
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .eSRCRI.grey {
      background:linear-gradient(var(--grey-500) 0%, var(--grey-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.grey:hover {
      box-shadow:0px 0px 40px 0px #f5f5f580;
    }

    .eSRCRI.icon_only {
      width:40px;
      height:40px;
      row-gap:0px;
      column-gap:0px;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .eSRCRI.orange {
      background:linear-gradient(to bottom right, var(--Orange) 0%, var(--Light-Red) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .eSRCRI.orange:hover {
      box-shadow:0px 0px 20px 0px var(--Orange);
    }

    .eSRCRI.small {
      width:fit-content;
      height:28px;
      row-gap:0px;
      column-gap:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
    }

    .eSRCRI.small_title {
      width:fit-content;
      height:28px;
      row-gap:0px;
      column-gap:0px;
      padding-left:0px;
      padding-right:8px;
      flex-direction:row;
    }

    .eSRCRI.icon_right {
      padding-left:12px;
      padding-right:8px;
    }

    .eSRCRI.clear {
      color:var(--Sky);
      background:#ffffff00;
      box-shadow:0px 2px 4px 0px #00000000;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }

    .eSRCRI.clear:hover {
      color:var(--White);
      background:#ffffff00;
      box-shadow:0px 0px 0px 0px #00000020;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }

    .cdmNWT {
      color:var(--White);
      width:40px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:var(--font-size-xxs);
      max-width:40px;
      min-width:40px;
      translate:0 0px 0;
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) normal normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
      justify-content:center;
    }

    .cdmNWT.hover {
      width:fit-content;
      bottom:0px;
      display:flex;
      position:absolute;
      max-width:200px;
      min-width:200px;
      translate:0 16px 0;
      transition:translate 300ms ease  normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
      justify-content:center;
    }

    .button-standard\:OiVLLV8JG1IpSusTxQIoi {
      width:28px;
      height:28px;
      padding-left:6px;
      padding-right:6px;
    }

    .ecYdal {
      top:0px;
      color:var(--White);
      width:40px;
      height:38px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:var(--font-size-xxs);
      max-width:40px;
      min-width:40px;
      translate:0 0px 0;
      overflow-y:hidden;
      transition:translate 300ms cubic-bezier(0.42, 0, 0.58, 1) normal normal;
      align-items:center;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      padding-top:2px;
      text-shadow:0px 2px 4px #0000009e;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
    }

    .ecYdal.hover {
      top:0px;
      width:fit-content;
      height:auto;
      display:flex;
      position:absolute;
      max-width:200px;
      min-width:200px;
      translate:0 -16px 0;
      transition:translate 300ms ease  normal;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      text-shadow:0px 2px 4px #0000009e;
    }

    .cjEMfT {
      width:100%;
      height:100%;
      z-index:2;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cjEMfT.grey {
      background:linear-gradient(var(--grey-400) 0%, var(--grey-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.orange {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.red {
      background:linear-gradient(var(--Light-Red) 0%, var(--red-600) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Light-Red);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.icon_plus_title {
      width:auto;
      background:#ffffff00;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .cjEMfT.not_icon_only {
      flex:0;
      z-index:2;
      background:#ffffff00;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:0px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .button-standard\:rM6ODxYqkU6MX3dUtWP74 {
      width:28px;
      height:28px;
      padding-left:6px;
      padding-right:6px;
    }

    .bEtEGe {
      display:flex;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .bEtEGe.icon_only {
      display:none;
    }

    .bEtEGe.small {
      font-size:var(--font-size-sm);
    }

    .bSaqoE {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bdzSPZ {
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      justify-content:center;
    }

    .cRjvkW {
      color:var(--White);
      width:56px;
      height:56px;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dwztJs {
      color:var(--Sky);
      display:inline;
    }

    .fAYKlX {
      color:var(--Sky);
      height:24px;
      font-size:var(--font-size-lg);
      max-height:24px;
      min-height:24px;
      align-items:flex-start;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .Build-Profile\:2So2mmshrvkTGQx4lXEN6 {
      width:18px;
      height:18px;
    }

    .bZUggn {
      row-gap:4px;
      column-gap:4px;
      flex-direction:row-reverse;
    }

    .eKzviv {
      gap:8px;
      flex:1;
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
    }

    .bFfWZK {
      font-size:var(--font-size-lg);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-left:4px;
      padding-right:2px;
      justify-content:center;
      background-color:var(--Navy, #012238);
      border-top-color:var(--Lighter-Navy, #08365b);
      border-top-style:solid;
      border-top-width:2px;
      border-left-color:var(--Lighter-Navy, #08365b);
      border-left-style:solid;
      border-left-width:2px;
      border-bottom-color:var(--Lighter-Navy, #08365b);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-top-left-radius:6px;
      border-bottom-left-radius:6px;
    }

    .Shgvs {
      flex-direction:row;
    }

    .dVNsk {
      gap:8px;
      color:var(--White, #ffffff);
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .dVNsk.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .dVNsk.small_label {
      font-size:var(--font-size-sm);
    }

    .dVNsk.blue_text {
      color:var(--Sky);
    }

    .fzrrLt {
      flex:1;
      color:var(--White, #ffffff);
      width:100%;
      height:40px;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-normal);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .fzrrLt:focus {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .fzrrLt::placeholder {
      color:var(--Place-Holder, #00a7e1b3);
      font-weight:var(--font-weight-normal);
    }

    .fzrrLt.currency {
      border-top-color:var(--Lighter-Navy, #08365b);
      border-top-style:solid;
      border-top-width:2px;
      border-left-color:black;
      border-left-style:solid;
      border-left-width:0px;
      border-right-color:var(--Lighter-Navy, #08365b);
      border-right-style:solid;
      border-right-width:2px;
      border-bottom-color:var(--Lighter-Navy, #08365b);
      border-bottom-style:solid;
      border-bottom-width:2px;
      border-top-left-radius:0px;
      border-top-right-radius:6px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:6px;
    }

    .bvEdwA {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
      padding-left:28px;
      padding-right:28px;
    }

    .bvEdwA.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .bvEdwA.small_text {
      font-size:var(--font-size-sm);
    }

    .Build-Profile\:2ls-0qD7Uw0N5E815WT-t {
      height:fit-content;
    }

    .Build-Profile\:2nbtySPgrAZJmV6VptdaV {
      width:18px;
      height:18px;
    }

    .gJYqv {
      color:#00a7e14d;
      font-family:"Red Hat Display";
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .gJYqv.holding {
      color:var(--Sky);
    }

    .chAOKJ {
      width:100%;
    }

    .bKnBcn {
      align-items:center;
      justify-content:center;
    }

    .byoMUY {
      width:28px;
      height:28px;
      box-sizing:border-box;
    }

    .dQVlno {
      color:var(--Sky);
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .dQVlno.locked {
      color:var(--White);
    }

    .Build-Profile\:3jMm3GtHI0zWvMwhnxmOK {
      z-index:9;
    }

    .cGiIyg {
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-top:24px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:24px;
      justify-content:center;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .cByHVY {
      width:8px;
      height:8px;
      background:var(--Lighter-Navy);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cByHVY.active {
      width:24px;
      background:var(--Sky);
      box-shadow:0px 0px 20px 2px var(--Sky);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
    }

    .dxdQKi {
      color:var(--grey-300);
      display:inline;
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dUJKkx {
      flex:1;
      color:var(--White);
      width:100%;
      cursor:pointer;
      height:80px;
      row-gap:8px;
      font-size:var(--font-size-sm);
      column-gap:8px;
      text-align:center;
      align-items:center;
      padding-top:8px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .dUJKkx:hover {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .dUJKkx.selected {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .cpTTtw {
      color:var(--White);
      font-size:var(--font-size-2xl);
      font-weight:var(--font-weight-bold);
    }

    .dycooF {
      color:#ffffff80;
      font-size:var(--font-size-sm);
      text-decoration-line:underline;
    }

    .mxSKz {
      color:var(--grey-400);
      font-size:var(--font-size-sm);
      text-align:center;
    }

    .Build-Profile\:6zTcwzn-et9mgSTpD9Aey {
      width:18px;
      height:18px;
    }

    .fmIGmD {
      width:8px;
      height:8px;
      background:var(--Lighter-Navy);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fmIGmD.active {
      width:24px;
      background:var(--Sky);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
    }

    .fywzHr {
      width:40px;
      height:40px;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      padding-top:6px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ftIhim {
      width:100%;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .vLhhu {
      width:100%;
      height:100%;
    }

    .Build-Profile\:D1M0uyOmGrXtsDqRbnOaX {
      width:18px;
      height:18px;
    }

    .cHzMaJ {
      color:var(--Sky);
      font-weight:var(--font-weight-bold);
    }

    .eqMzvD {
      color:var(--White);
      row-gap:6px;
      font-size:var(--font-size-xl);
      column-gap:6px;
      text-align:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .RCmKC {
      width:100vw;
      height:100vh;
      display:flex;
      position:absolute;
    }

    .Build-Profile\:GLvQ-BNPhORh7-U-dDou7 {
      z-index:9;
    }

    .Build-Profile\:Gu2X1ymAcS7wUBgpolijm {
      width:18px;
      height:18px;
    }

    .Build-Profile\:HKG-N2CtWDtme9uNEIN6r {
      padding-left:4px;
      padding-right:4px;
    }

    .bBaQQW {
      font-size:var(--font-size-sm);
    }

    .Build-Profile\:HqNWIrNgN40D4XaHT-bN3 {
      z-index:6;
    }

    .wyXGs {
      color:var(--White);
      font-size:var(--font-size-2xl);
      text-align:center;
      font-weight:var(--font-weight-bold);
    }

    .eAnmCK {
      width:100%;
      height:100%;
      position:absolute;
      animation:2s linear 0ms infinite normal none running animation-vXDae;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    @keyframes animation-vXDae {
        0% {
          rotate: none;
        }

        100% {
          rotate: 0 0 1 360deg;
        }
    }

    .ckEPjY {
      width:100%;
      height:100%;
      background:#00121e9c;
      align-items:center;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bUwIGD {
      width:100%;
      height:100%;
      background:#00121e9c;
      padding-left:20px;
      padding-right:20px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bDZtdj {
      row-gap:8PX;
      column-gap:8PX;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .Build-Profile\:KHtI-q9k3ik1fboHcMp4B {
      z-index:8;
    }

    .aMUFL {
      width:100%;
      row-gap:8px;
      column-gap:8px;
    }

    .Eebhf {
      color:#ffffffb3;
      display:flex;
      row-gap:4px;
      z-index:20;
      flex-wrap:wrap;
      font-size:var(--font-size-sm);
      column-gap:4px;
      align-items:center;
      font-weight:var(--font-weight-light);
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      justify-content:flex-start;
    }

    .fueGsM {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      flex-direction:column;
    }

    .Build-Profile\:NgK5hl1jp1LpgBh5JlFwg {
      z-index:7;
    }

    .EiLDm {
      color:inherit;
      display:block;
      row-gap:10px;
      font-size:inherit;
      column-gap:10px;
      transition:box-shadow 300ms ease, border-color 300ms ease;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:row;
      padding-bottom:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .EiLDm.locked {
      animation:2s ease 0ms 1 normal none running animation-empty;
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% /auto;
      transition:border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
    }

    @keyframes animation-empty {
    }

    .Build-Profile\:Q-hSAXG2-mk_ARiou3UDz {
      width:18px;
      height:18px;
    }

    .bNUYbj {
      font-size:var(--font-size-3xl);
      text-align:center;
      align-items:center;
      justify-content:center;
    }

    .Build-Profile\:QWnGQvCv0R7wMcLCFU10q {
      color:var(--Sky);
      width:18px;
      height:18px;
    }

    .hTYIl {
      width:200px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fmMXIn {
      color:var(--grey-300);
      width:100%;
      cursor:pointer;
      align-items:center;
      justify-content:center;
    }

    .fmMXIn:hover {
      color:var(--White);
    }

    .OIseC {
      color:var(--Sky);
      display:block;
      font-size:var(--font-size-lg);
      align-items:flex-start;
      font-family:inherit;
      font-weight:var(--font-weight-bold);
      padding-left:2px;
      flex-direction:row;
      justify-content:center;
    }

    .OIseC.locked {
      color:var(--White);
    }

    .fdFnMx {
      gap:8px;
      flex:1;
      color:var(--Sky, #00a7e1);
      width:100%;
      font-size:var(--font-size-sm);
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
    }

    .daGpeI {
      gap:8px;
      color:var(--White, #ffffff);
      font-size:var(--font-size-base);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
    }

    .daGpeI.blue_text {
      color:var(--Sky);
    }

    .daGpeI.small_label {
      font-size:var(--font-size-sm);
    }

    .blLAsD {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
      padding-left:28px;
      padding-right:28px;
    }

    .blLAsD.no_icon {
      padding-left:8px;
      padding-right:8px;
    }

    .blLAsD.small_label {
      font-size:var(--font-size-sm);
    }

    .fjInhJ {
      color:var(--Sky, #00a7e1);
      width:20px;
      height:20px;
      align-items:center;
      justify-content:center;
    }

    .eWqwnd {
      color:var(--White, #ffffff);
      width:100%;
      height:40px;
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-normal);
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--Dark-Navy, #00121e);
    }

    .eWqwnd:focus {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .eWqwnd::placeholder {
      color:#00a7e196;
    }

    .Build-Profile\:S-TKiAZlunfT-bE4fkcCO {
      width:100%;
      height:fit-content;
    }

    .bHkqzP {
      color:inherit;
      width:100%;
      height:100%;
      display:flex;
      row-gap:8px;
      font-size:inherit;
      background:#ffffff00;
      column-gap:8px;
      transition:background 300ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bHkqzP.locked {
      width:100%;
      height:100%;
      background:#00121e9c;
      padding-top:8px;
      padding-left:8px;
      padding-right:16px;
      padding-bottom:8px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Build-Profile\:SwTJbbEjPJ4yuwWo7_il7 {
      width:18px;
      height:18px;
    }

    .Build-Profile\:T10akg5utwkGifTAqBuV5 {
      width:18px;
      height:18px;
    }

    .ftXJON {
      top:-12px;
      left:8px;
      color:var(--Sky);
      row-gap:8px;
      z-index:2;
      position:absolute;
      font-size:var(--font-size-xs);
      background:var(--Dark-Navy);
      column-gap:8px;
      font-weight:var(--font-weight-bold);
      padding-top:2px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cDBgYN {
      width:16px;
      height:16px;
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }

    .ekXwJL {
      gap:8px;
      color:var(--White, #ffffff);
      font-size:var(--font-size-base);
      align-items:start;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:start;
    }

    .cDTYDe {
      gap:8px;
      color:var(--Sky, #00a7e1);
      display:flex;
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
      padding-left:28px;
      padding-right:28px;
      flex-direction:row;
    }

    .cDTYDe.no_icon {
      padding-left:12px;
      padding-right:12px;
    }

    .bRfagY {
      flex:1;
      width:100%;
      display:inline-block;
      flex-wrap:wrap;
      font-weight:var(--font-weight-bold);
    }

    .oziNB {
      width:18px;
      cursor:pointer;
      height:18px;
      display:flex;
      transition:all 300ms ease 0ms ;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      border-radius:4px;
      flex-direction:column;
      background-color:var(--Dark-Navy, #00121e);
    }

    .oziNB.true {
      color:var(--White, #ffffff);
      align-items:center;
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      background-color:var(--Sky, #00a7e1);
    }

    .oziNB:hover {
      border-color:var(--Sky, #00a7e1);
      border-style:solid;
      border-width:2px;
    }

    .dUGGdT {
      color:var(--grey-400);
      font-size:var(--font-size-sm);
    }

    .eHXkUA {
      width:100%;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .vXGbq {
      flex:1;
      flex-wrap:wrap;
      text-align:center;
      align-items:flex-start;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .flPXEe {
      color:var(--White);
      display:inline;
      opacity:0;
      font-size:var(--font-size-base);
      text-align:center;
      transition:opacity 300ms ease;
      font-weight:var(--font-weight-normal);
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-color:var(--Lighter-Navy);
      border-top-style:solid;
      border-top-width:2px;
    }

    .flPXEe.revealed {
      opacity:0.98;
      transition:opacity 300ms ease;
    }

    .tUHhx {
      right:24px;
      bottom:24px;
      row-gap:8px;
      position:absolute;
      column-gap:8px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .wzvXM {
      width:32px;
      height:32px;
      box-sizing:border-box;
    }

    .bwunZw {
      width:8px;
      height:8px;
      background:var(--Lighter-Navy);
      box-shadow:0px 0px 0px 0px var(--Sky);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bwunZw.active {
      width:24px;
      background:var(--Sky);
      transition:box-shadow 300ms ease  , background 300ms ease  , width 300ms ease;
    }

    .cbKFCQ {
      width:90%;
      height:90%;
      box-sizing:border-box;
    }

    .bGpqlR {
      top:24px;
      flex:1;
      width:100%;
      height:60px;
      display:flex;
      z-index:100;
      position:fixed;
      max-width:1200px;
      min-width:800px;
      max-height:60px;
      transition:all 300ms ease  normal;
      align-items:center;
      font-family:Red Hat Display;
      border-color:var(--Lighter-Navy, #08365b);
      border-style:solid;
      border-width:2px;
      padding-left:4px;
      padding-right:12px;
      flex-direction:row;
      backdrop-filter:blur(10px);;
      justify-content:space-between;
      background-color:rgba(255, 255, 255, 0);;
      border-top-left-radius:100px;
      -webkit-backdrop-filter:blur(10px);
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bGpqlR:hover {
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    @media (max-width: 1024px) {

    .bGpqlR {
      top:2.5vw;
      width:95vw;
      height:50px;
      max-width:auto;
      min-width:auto;
    }
    }

    .dHSKil {
      top:60px;
      color:var(--Sky);
      right:0px;
      position:absolute;
      font-size:var(--font-size-sm);
      background:var(--Dark-Navy);
      transition:all 300ms ease  normal;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      backdrop-filter:blur(10px);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dHSKil:hover {
      box-shadow:0px 0px 100px 0px #00a7e12e;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .chzypN {
      width:50px;
      height:100%;
      object-fit:contain;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
    }

    .eoiNVg {
      color:var(--White);
      width:33%;
      font-family:Red Hat Display;
    }

    .AFrIl {
      width:100px;
      height:fit-content;
    }

    @media (max-width: 500px) {

    .AFrIl {
      display:none;
    }
    }

    .dLwwrI {
      flex:1;
      width:fit-content;
      cursor:pointer;
      height:50px;
      object-fit:contain;
      align-items:center;
      border-radius:2px;
      flex-direction:row;
      justify-content:center;
    }

    .fkrtcB {
      width:200px;
      cursor:pointer;
      height:50px;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      justify-content:center;
      border-bottom-color:var(--Lighter-Navy);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .fkrtcB:hover {
      color:var(--White);
    }

    .bpxUbF {
      width:200px;
      cursor:pointer;
      height:50px;
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      justify-content:center;
    }

    .bpxUbF:hover {
      color:var(--White);
    }

    .cBrLEG {
      color:var(--White);
      width:fit-content;
      cursor:pointer;
      display:flex;
      font-size:var(--font-size-sm);
      transition:all 300ms ease  normal;
      align-items:center;
      padding-top:4px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:4px;
      justify-content:flex-end;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cBrLEG:hover {
      color:var(--White);
      background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      font-weight:var(--font-weight-bold);
    }

    .divPPr {
      width:33%;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .coBsRT {
      color:var(--White);
      height:50px;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:center;
      padding-left:24px;
      border-radius:2px;
      padding-right:24px;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (min-width: 1024px) {

    .coBsRT {
      display:flex;
    }
    }

    @media (max-width: 1024px) {

    .coBsRT {
      display:none;
    }
    }

    .dAXNCq {
      color:var(--Sky);
      cursor:pointer;
      font-size:var(--font-size-sm);
      transition:all 300ms ease  normal;
    }

    .dAXNCq:hover {
      color:var(--White);
    }

    .biGBfu {
      color:var(--Sky);
      width:50px;
      cursor:pointer;
      height:50px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .biGBfu:hover {
      color:var(--White);
    }

    @media (min-width: 1024px) {

    .biGBfu {
      display:none;
    }
    }

    @media (max-width: 1024px) {

    .biGBfu {
      display:flex;
    }
    }

    .qUQIO {
      font-size:var(--font-size-lg);
      font-weight:bold;
    }

    .rONtT {
      flex:1;
      color:var(--Sky);
      width:100%;
      cursor:pointer;
      height:80px;
      row-gap:8px;
      font-size:var(--font-size-sm);
      column-gap:8px;
      text-align:center;
      align-items:center;
      padding-top:8px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .rONtT:hover {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .rONtT.selected {
      color:var(--White);
      background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .ezpwAw {
      color:var(--Sky);
      height:24px;
      font-size:var(--font-size-lg);
      max-height:24px;
      min-height:24px;
      align-items:flex-end;
      font-weight:var(--font-weight-bold);
      justify-content:center;
    }

    .uIaxM {
      width:100%;
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .Build-Profile\:_L9pQYH_QV73U-iwLwy6F {
      z-index:9;
    }

    .eLQOiq {
      color:var(--Sky);
      font-size:var(--font-size-xxs);
      align-items:center;
      font-weight:var(--font-weight-bold);
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:flex-start;
    }

    .LeXze {
      color:var(--Orange);
      font-size:var(--font-size-xxs);
      align-items:flex-start;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      justify-content:center;
    }

    .eQBiuw {
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fzTtkm {
      right:-10px;
      width:26px;
      bottom:-2px;
      height:26px;
      position:absolute;
      background:linear-gradient(var(--Dark-Sky) 0%, var(--Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Build-Profile\:cPQKYYODWIPO6yPezbDwL {
      width:28px;
      height:28px;
    }

    .fjRFta {
      align-items:flex-start;
      justify-content:center;
    }

    .BuFUI {
      flex:1;
      width:100%;
      row-gap:12px;
      z-index:2;
      column-gap:12px;
      align-items:center;
      font-family:"Red Hat Display";
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .BuFUI.condensed {
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .evMAyC {
      flex:1;
      z-index:2;
      font-size:var(--font-size-xl);
      overflow-x:scroll;
      font-weight:var(--font-weight-bold);
    }

    .evMAyC.condensed {
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      text-align:center;
    }

    .euXlSv {
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cgSyYJ {
      right:-8px;
      width:18px;
      bottom:0px;
      height:18px;
      display:none;
      position:absolute;
      background:linear-gradient(var(--Green) 0%, var(--green-500) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      border-color:var(--Dark-Navy);
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .heROe {
      top:12px;
      color:var(--White);
      right:12px;
      width:32px;
      cursor:pointer;
      height:32px;
      display:flex;
      z-index:20;
      position:absolute;
      background:#ffffff33;
      transition:all 300ms ease  allow-discrete;
      align-items:center;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .heROe.liked {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .heROe:hover {
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      box-shadow:0px 0px 20px 0px var(--Orange);
      border-color:var(--Orange);
      border-style:solid;
      border-width:2px;
    }

    .dNhRLn {
      box-sizing:border-box;
      align-items:center;
      justify-content:center;
    }

    .fvVKQ {
      right:-10px;
      width:26px;
      bottom:-2px;
      height:26px;
      position:absolute;
      background:linear-gradient(var(--Dark-Sky) 0%, var(--Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .fvVKQ.condensed {
      width:20px;
      height:20px;
    }

    .eGWcna {
      flex:1;
      color:var(--grey-400);
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-bold);
    }

    .cNnkji {
      color:var(--White);
      background:linear-gradient(var(--Orange) 0%, var(--Light-Red) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      padding-top:2px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:2px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .oJUVn {
      flex:1;
      row-gap:4px;
      column-gap:4px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .evEyqp {
      color:var(--Sky);
      font-size:var(--font-size-xxs);
      font-weight:var(--font-weight-bold);
    }

    .pvPHz {
      color:var(--White);
      width:60px;
      height:60px;
      row-gap:1px;
      font-size:var(--font-size-xl);
      background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:1px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .pvPHz.boosted {
      color:var(--White);
      width:60px;
      height:60px;
      row-gap:1px;
      font-size:var(--font-size-xl);
      background:radial-gradient(var(--Dark-Navy) 34%, var(--Green) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:1px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Green);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .pvPHz.condensed {
      width:50px;
      height:50px;
      font-size:var(--font-size-base);
    }

    .eKlcQY {
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ePzAJP {
      color:var(--White);
      font-weight:var(--font-weight-bold);
    }

    .dtQZQm {
      flex:1;
      color:var(--grey-300);
      row-gap:4px;
      flex-wrap:wrap;
      font-size:var(--font-size-xs);
      column-gap:4px;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
    }

    .cjYKQb {
      row-gap:0px;
      column-gap:0px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .potential_partner_v2\:Z9XFNXHN_XkM8Xl9Sj1TL {
      width:18px;
      height:18px;
    }

    .ecrYRr {
      font-weight:var(--font-weight-bold);
    }

    .bYJqvr {
      flex:1;
      width:100%;
      row-gap:12px;
      z-index:1;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bYJqvr.condensed {
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .egaYFh {
      width:100%;
      font-size:var(--font-size-xxs);
      align-items:flex-end;
      justify-content:center;
    }

    .bYWmpK {
      width:100%;
      z-index:20;
    }

    .HmNsr {
      top:0px;
      left:0px;
      width:100%;
      cursor:pointer;
      height:100%;
      z-index:5;
      position:absolute;
    }

    .HmNsr:hover {
      cursor:pointer;
      box-shadow:0px 0px 20px 0px var(--Sky) inset;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .HmNsr.boosted:hover {
      background:#00fd481a;
    }

    .bAtGdN {
      color:var(--Green);
    }

    .bwZILR {
      color:var(--White);
      font-size:var(--font-size-lg);
      font-weight:var(--font-weight-bold);
    }

    .Build-Profile\:efCxRVKsk7WOUvCNpgdkE {
      flex:1;
    }

    .fjzhGJ {
      color:var(--White);
      font-size:var(--font-size-2xl);
      text-align:center;
      font-weight:var(--font-weight-bold);
      padding-top:24px;
    }

    .bfhXrf {
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dEFQsm {
      display:inline;
    }

    .eOnSoV {
      font-size:var(--font-size-base);
      font-weight:var(--font-weight-bold);
    }

    .Build-Profile\:jp5rYTmXrPOUCE2SLVfNm {
      z-index:9;
    }

    .deIYai {
      width:100%;
      box-shadow:0px 0px 40px 0px var(--Sky) inset;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ekXxwZ {
      gap:8px;
      flex:1;
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-family:'Red Hat Display';
      font-weight:var(--font-weight-bold);
    }

    .cfUEuA {
      gap:8px;
      color:var(--White, #ffffff);
      font-size:var(--font-size-base);
      align-items:center;
      font-weight:var(--font-weight-bold);
      flex-direction:row;
      justify-content:start;
    }

    .KWhXM {
      color:var(--Sky, #00a7e1);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-bold);
      padding-left:28px;
      padding-right:28px;
    }

    .dvVKYc {
      flex:1;
      color:var(--White);
      width:100%;
      height:40px;
      font-size:var(--dynamic_text_size);
      max-width:100%;
      max-height:40px;
      min-height:40px;
      font-weight:var(--font-weight-normal);
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
    }

    .dvVKYc:focus {
      background:#00a7e11a;
    }

    .dvVKYc::placeholder {
      color:#00a7e196;
    }

    .dvVKYc:hover {
      cursor:pointer;
      background:#00a7e11a;
    }

    .dvVKYc.over_blue::placeholder {
      color:#ffffffb3;
    }

    .eFNiFg {
      width:80px;
      height:80px;
      animation:2s ease 500ms infinite normal none running animation-fvMJqt;
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    @keyframes animation-fvMJqt {
        0% {
          translate: 0px 0px 0px;
        }

        12.00000000000001% {
          translate: 0px -18px 0;
        }

        25% {
          translate: 0px;
        }

        100% {
          translate: 0px 0px 0px;
        }
    }

    .eHhwGR {
      width:100vw;
      height:100vh;
      display:flex;
      background:var(--Dark-Navy);
      align-items:center;
      justify-content:center;
    }

    .dfqMWW {
      width:200px;
      height:200px;
    }

    .dAEjPz {
      top:60px;
      left:60px;
      width:80px;
      height:80px;
      position:absolute;
      object-fit:contain;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .Build-Profile\:maVPGeGvVpeoduKS_yKJ2 {
      z-index:100;
      position:absolute;
    }

    .fDjIoL {
      width:100%;
      row-gap:24px;
      column-gap:24px;
      align-items:center;
      justify-content:center;
    }

    .cxZPKz {
      color:var(--Sky);
      text-align:center;
    }

    .ekUmMb {
      height:100px;
    }

    .exlPHg {
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      padding-top:24px;
      justify-content:center;
    }

    .cnlnvA {
      flex:1;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .bixMlJ {
      color:var(--Sky);
      width:100%;
      cursor:pointer;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-top:8px;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .bixMlJ:hover {
      color:var(--White);
      background:linear-gradient(to right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
    }

    .Build-Profile\:rcz6BQWSo3mIGMW4_Rc1o {
      z-index:9;
    }

    .eKfFLi {
      color:var(--White);
      width:60px;
      height:60px;
      row-gap:1px;
      font-size:var(--font-size-2xl);
      background:radial-gradient(var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      column-gap:1px;
      overflow-x:visible;
      overflow-y:visible;
      align-items:center;
      font-weight:var(--font-weight-bold);
      border-color:var(--Lighter-Navy);
      border-style:solid;
      border-width:2px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .dkaaLu {
      width:100%;
      row-gap:12px;
      z-index:2;
      max-width:500px;
      column-gap:12px;
    }

    .bcpMGS {
      color:var(--Sky);
      font-size:var(--font-size-xl);
    }

    .Build-Profile\:tDMOQsYe7FjuvdChXVm_s {
      height:12px;
    }

    .Build-Profile\:tSSQeCRlUpw68JXCa7kbL {
      width:18px;
      height:18px;
    }

    .fjXqkX {
      width:40px;
      height:40px;
      align-items:center;
      padding-left:4px;
      padding-right:4px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .Build-Profile\:uxysB6DhP9PzVcp8exAr2 {
      width:18px;
      height:18px;
    }

    .ffqKYq {
      width:400px;
      row-gap:24px;
      background:var(--Dark-Navy);
      column-gap:24px;
      align-items:center;
      padding-top:24px;
      border-color:var(--Sky);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:center;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    @media (max-width: 500px) {

    .ffqKYq {
      width:100%;
      border-color:#00000000;
      border-style:solid;
      border-width:2px;
    }
    }

    .XaoLX {
      color:var(--Sky);
      font-size:small;
    }

    .ePiprF {
      width:80px;
      height:80px;
      align-items:center;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }